projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2231bda
)
installer: Fix typo
author
Colin Walters
<walters@verbum.org>
Thu, 9 Feb 2012 01:22:04 +0000
(20:22 -0500)
committer
Colin Walters
<walters@verbum.org>
Thu, 9 Feb 2012 01:22:04 +0000
(20:22 -0500)
gnomeos/yocto/gnomeos-install.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-install.sh
b/gnomeos/yocto/gnomeos-install.sh
index b9621f62227073758abc3caff71c1ee666fdc01e..4d4c4e49ebfc40ab9e1b585cd7340feab0519719 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-install.sh
+++ b/
gnomeos/yocto/gnomeos-install.sh
@@
-102,4
+102,4
@@
linux-user-chroot \
/ostree/${BRANCH_PREFIX}devel-current \
dracut -f /tmp/${initrd_name} "${uname}"
mv "${initrd_tmpdir}/${initrd_name}" "/boot/${initrd_name}"
-rm -rf
$"
{initrd_tmpdir}"
+rm -rf
"$
{initrd_tmpdir}"